type runtime.statAggregate

34 uses

	runtime (current package)
		metrics.go#L34: 	compute func(in *statAggregate, out *metricValue)
		metrics.go#L70: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L77: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L84: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L91: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L103: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L110: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L117: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L129: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L136: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L143: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L150: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L157: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L163: 			compute: func(_ *statAggregate, out *metricValue) {
		metrics.go#L176: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L185: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L192: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L199: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L206: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L213: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L220: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L227: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L234: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L241: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L248: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L255: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L262: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L269: 			compute: func(in *statAggregate, out *metricValue) {
		metrics.go#L278: 			compute: func(_ *statAggregate, out *metricValue) {
		metrics.go#L284: 			compute: func(_ *statAggregate, out *metricValue) {
		metrics.go#L453: type statAggregate struct {
		metrics.go#L461: func (a *statAggregate) ensure(deps *statDepSet) {
		metrics.go#L539: var agg statAggregate
		metrics.go#L558: 	agg = statAggregate{}